home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Encoding:
Text File  |  2002-04-04  |  910 b   |  47 lines

  1. object Form5: TForm5
  2.   Left = 329
  3.   Top = 348
  4.   BorderStyle = bsDialog
  5.   Caption = 'Presentation created'
  6.   ClientHeight = 66
  7.   ClientWidth = 280
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 63
  21.     Top = 8
  22.     Width = 161
  23.     Height = 13
  24.     Caption = 'HTML pages successfully created'
  25.   end
  26.   object Button1: TButton
  27.     Left = 16
  28.     Top = 32
  29.     Width = 121
  30.     Height = 25
  31.     Caption = '&View in browser'
  32.     Default = True
  33.     TabOrder = 0
  34.     OnClick = Button1Click
  35.   end
  36.   object Button2: TButton
  37.     Left = 144
  38.     Top = 32
  39.     Width = 121
  40.     Height = 25
  41.     Cancel = True
  42.     Caption = '&Close'
  43.     TabOrder = 1
  44.     OnClick = Button2Click
  45.   end
  46. end
  47.